Skip to content

Conversation

@Ramblurr
Copy link

Summary

  • Fix brepl balance --help returning "Error: File not found: --help" instead of showing help
  • Fix inconsistency where main help showed --write but actual implementation uses --dry-run

Changes

  • Added help flag support (-h, --help, -?) to the balance subcommand, consistent with main CLI
  • Updated main help text to show [--dry-run] instead of [--write]

Test plan

  • ./brepl balance --help shows help text
  • ./brepl balance -h shows help text
  • ./brepl --help shows --dry-run for balance command
  • All existing tests pass (bb test)

- Add help flag support (-h, --help, -?) to balance subcommand
- Fix main help text to show --dry-run instead of --write
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant